Share

AppliedSubassembly.Points Property

Gets the collection of CalculatedPoints in this AppliedSubssembly.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public CalculatedPointCollection Points { get; }

VB

Public ReadOnly Property Points As CalculatedPointCollection
	Get

C++

public:
property CalculatedPointCollection^ Points {
	CalculatedPointCollection^ get ();
}

Property Value

CalculatedPointCollection

See Also

Reference

Was this information helpful?