Share

PressurePartSize.GetProperty Method

Gets the specified part property.



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

Syntax

C#

public Object GetProperty(
	PressurePartContextType prop
)

VB

Public Function GetProperty ( 
	prop As PressurePartContextType
) As Object

C++

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

Reference

Was this information helpful?