 | IWallOpeningOffset Property |
Gets the 2d offset of this wall opening
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
SyntaxIProperty<Vector2D> Offset { get; }ReadOnly Property Offset As IProperty(Of Vector2D)
Get
property IProperty<Vector2D>^ Offset {
IProperty<Vector2D>^ get ();
}abstract Offset : IProperty<Vector2D> with get
Property Value
IPropertyVector2D
See Also