Gets or sets the modified pipe section profile layer name, with suffix or prefix (returns the same as PipeSectionLayerName if there is no suffix or prefix)
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
Syntax
C#
public string ModifiedPipeSectionLayerName { get; }
VB
Public ReadOnly Property ModifiedPipeSectionLayerName As String Get
C++
public: property String^ ModifiedPipeSectionLayerName { String^ get (); }