Gets or sets the pipe plan layer name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public string PipePlanLayerName { get; set; }
VB
Public Property PipePlanLayerName As String Get Set
C++
public: property String^ PipePlanLayerName { String^ get (); void set (String^ value); }