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