PressurePartSizeGetProperty Method |
Gets the specified part property.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic Object GetProperty(
PressurePartContextType prop
)
Public Function GetProperty (
prop As PressurePartContextType
) As Object
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