PressurePipeOverrideOverrideStyleId Property |
Sets the override style of the pressure pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic override ObjectId OverrideStyleId { set; }
Public Overrides WriteOnly Property OverrideStyleId As ObjectId
Set
public:
virtual property ObjectId OverrideStyleId {
void set (ObjectId value) override;
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting the property with an object id whose type is not PressurePipeStyle.
|
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.PressurePipeStyle
See Also