ESRI.ArcGIS.SchematicsTools
builder_options Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SchematicsTools Namespace > CreateDiagram Class : builder_options Property




The schematic builder creation parameters. These are optional; they are only used for diagrams based on the Network Dataset builder to specify whether nodes will be merged. No option is required for the other schematic builders. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property builder_options As String
Visual Basic (Usage)Copy Code
Dim instance As CreateDiagram
Dim value As String
 
instance.builder_options = value
 
value = instance.builder_options
C# 
public string builder_options {get; set;}

See Also

© 2010 All Rights Reserved.