AppliedAssemblyPoints Property |
Gets the collection of CalculatedPoints in this AppliedAssembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CalculatedPointCollection Points { get; }
Public ReadOnly Property Points As CalculatedPointCollection
Get
public:
property CalculatedPointCollection^ Points {
CalculatedPointCollection^ get ();
}
Property Value
CalculatedPointCollection
See Also