PressurePartSizeGetProperty Method

Gets the specified part property.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public Object GetProperty(
	PressurePartContextType prop
)

Parameters

prop  PressurePartContextType
The context that is used to specify the property.

Return Value

Object
Remarks
The result can be: int, double, string and bool. The result type is determined by the context.
See Also