GetProperty Method

Gets the specified part property.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public Object GetProperty(
	PressurePartContextType prop
)

Visual Basic

Public Function GetProperty ( _
	prop As PressurePartContextType _
) As Object

Visual C++

public:
Object^ GetProperty(
	PressurePartContextType prop
)

Parameters

prop
Type: Autodesk.Civil.DatabaseServices.PressurePartContextType
The context that is used to specify the property.

Remarks

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

See Also