Class Body.ReplaceCADInfo
Last update: 16.07.2025Namespace: VM.Managed.CAD
Assembly: VMAppCore.dll
This class is to represent the information for CAD replacing.
public class Body.ReplaceCADInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ReplaceCADInfo(string, string, Color)
Initializes a new instance of the
public ReplaceCADInfo(string strNameAttribute, string strCADFilePath, Color color)
Parameters
strNameAttribute string
The name attribute.
strCADFilePath string
The CAD file path.
color Color
The CAD color.
Properties
CADFilePath
Gets or sets the CAD file path.
public string CADFilePath { get; set; }
Property Value
Color
Gets or sets the CAD color.
public Color Color { get; set; }
Property Value
NameAttribute
Gets or sets the name attribute.
public string NameAttribute { get; set; }