Share

SettingsPressureNetwork.SettingsSectionLabelPlacement.DimensionAnchorOptionForFittings Property

Specifies the location of the dimension line anchor for section view labels for fittings.



Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276

Syntax

C#

public PropertyEnum<DimensionAnchorType> DimensionAnchorOptionForFittings { get; }

VB

Public ReadOnly Property DimensionAnchorOptionForFittings As PropertyEnum(Of DimensionAnchorType)
	Get

C++

public:
property PropertyEnum<DimensionAnchorType>^ DimensionAnchorOptionForFittings {
	PropertyEnum<DimensionAnchorType>^ get ();
}

Property Value

PropertyEnumDimensionAnchorType

See Also

Reference

Was this information helpful?