AppliedAssemblyGetPointsByCode Method |
Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CalculatedPointCollection GetPointsByCode(
string code
)
Public Function GetPointsByCode (
code As String
) As CalculatedPointCollection
public:
CalculatedPointCollection^ GetPointsByCode(
String^ code
)
Parameters
- code String
- Specifies the name of code.
Return Value
CalculatedPointCollection
See Also