This document is archived and information here might be outdated.  Recommended version.


ISchematicDiagram.BuilderPropertySet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagram.BuilderPropertySet Property

Builder PropertySet related to the schematic diagram.

[Visual Basic .NET]
Public ReadOnly Property BuilderPropertySet As IPropertySet
[C#]
public IPropertySet BuilderPropertySet {get;}
[C++]
HRESULT get_BuilderPropertySet(
  IPropertySet** PropertySet
);
[C++]

Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDiagram Interface