SectionSectionPoints Property |
Gets all the geometry points of the Section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SectionPointCollection SectionPoints { get; }
Public ReadOnly Property SectionPoints As SectionPointCollection
Get
public:
property SectionPointCollection^ SectionPoints {
SectionPointCollection^ get ();
}
Property Value
SectionPointCollection
See Also