Share

TinSurface.PointGroupsDefinition Property

Gets the definition of point groups associated with the surface.



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

Syntax

C#

public SurfaceDefinitionPointGroups PointGroupsDefinition { get; }

VB

Public ReadOnly Property PointGroupsDefinition As SurfaceDefinitionPointGroups
	Get

C++

public:
property SurfaceDefinitionPointGroups^ PointGroupsDefinition {
	SurfaceDefinitionPointGroups^ get ();
}

Property Value

SurfaceDefinitionPointGroups

See Also

Reference

Was this information helpful?