Gets or sets the fitting plan layer id.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId FittingPlanLayerId { get; set; }
VB
Public Property FittingPlanLayerId As ObjectId Get Set
C++
public: property ObjectId FittingPlanLayerId { ObjectId get (); void set (ObjectId value); }