Share

SettingsCmdCreatePressureNetwork.SettingsCmdLabelNewParts.CrossingPressurePipeSection Property

Note: This API is now obsolete.

Gets whether a new crossing pressure pipe is labeled by default when placed in section view.



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

Syntax

C#

[ObsoleteAttribute("Does not work", false)]
public PropertyBoolean CrossingPressurePipeSection { get; }

VB

<ObsoleteAttribute("Does not work", false)>
Public ReadOnly Property CrossingPressurePipeSection As PropertyBoolean
	Get

C++

public:
[ObsoleteAttribute(L"Does not work", false)]
property PropertyBoolean^ CrossingPressurePipeSection {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?