Share

DataPartFamily.SweptShape Property

Gets the swept shape type if the part is Pipe, or it's undefined.



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

Syntax

C#

public SweptShapeType SweptShape { get; }

VB

Public ReadOnly Property SweptShape As SweptShapeType
	Get

C++

public:
property SweptShapeType SweptShape {
	SweptShapeType get ();
}

Property Value

SweptShapeType

See Also

Reference

Was this information helpful?