Share

CorridorSurface.Masks Property

Gets the collection of surface masks.



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

Syntax

C#

public CorridorSurfaceMaskCollection Masks { get; }

VB

Public ReadOnly Property Masks As CorridorSurfaceMaskCollection
	Get

C++

public:
property CorridorSurfaceMaskCollection^ Masks {
	CorridorSurfaceMaskCollection^ get ();
}

Property Value

CorridorSurfaceMaskCollection

See Also

Reference

Was this information helpful?