PressureFittingStylePlanOptionViewOptions Property |
Gets or sets the enum value that specifies how the 2D plan view of a fitting is displayed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic PressureFittingPlanViewType ViewOptions { get; set; }
Public Property ViewOptions As PressureFittingPlanViewType
Get
Set
public:
property PressureFittingPlanViewType ViewOptions {
PressureFittingPlanViewType get ();
void set (PressureFittingPlanViewType value);
}
Property Value
PressureFittingPlanViewType
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when setting to UserCustomBlock but no symbol block is set.
|
See Also