Class CastInPlateFastenerSingle
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
public class CastInPlateFastenerSingle : CastInPlateFastenerBase, ISynchronizationInheritance
Implements
Inherited Members
Constructors
CastInPlateFastenerSingle()
public CastInPlateFastenerSingle()Properties
MasterEdge
Master edge
public int MasterEdge { get; set; }Property Value
PositionRelatedToMasterType
Positioning type relative to the master component.
public PositionRelatedToMasterType PositionRelatedToMasterType { get; set; }Property Value
PositionX
X position relative to the master component.
public double PositionX { get; set; }Property Value
PositionY
Y position relative to the master component.
public double PositionY { get; set; }Property Value
SyncId
Synchronization ID for element tracking during OpenModel to Detail updates.
public int SyncId { get; set; }