public override void MatchProperties(VectorDraw.Professional.vdObjects.vdPrimary _from, VectorDraw.Professional.vdObjects.vdDocument thisdocument) { base.MatchProperties(_from, thisdocument); ASTRAMemberLoad from = _from as ASTRAMemberLoad; if (from == null) { return; } StartPoint = from.StartPoint; EndPoint = from.EndPoint; arrowSize = from.arrowSize; }
public override void MatchProperties(VectorDraw.Professional.vdObjects.vdPrimary _from, VectorDraw.Professional.vdObjects.vdDocument thisdocument) { base.MatchProperties(_from, thisdocument); VectorDrawBlink from = _from as VectorDrawBlink; if (from == null) { return; } Radius = from.Radius; LineRotAngleDifference = from.LineRotAngleDifference; Interval = from.Interval; ShowLines = from.ShowLines; }
public override void MatchProperties(VectorDraw.Professional.vdObjects.vdPrimary _from, VectorDraw.Professional.vdObjects.vdDocument thisdocument) { base.MatchProperties(_from, thisdocument); ASTRAMemberLoad_UDL from = _from as ASTRAMemberLoad_UDL; if (from == null) { return; } Radius = from.Radius; LineRotAngleDifference = from.LineRotAngleDifference; Interval = from.Interval; ShowLines = from.ShowLines; StartPoint = from.StartPoint; EndPoint = from.EndPoint; }
public override void MatchProperties(VectorDraw.Professional.vdObjects.vdPrimary _from, VectorDraw.Professional.vdObjects.vdDocument thisdocument) { base.MatchProperties(_from, thisdocument); Pipe3D from = _from as Pipe3D; if (from == null) { return; } gpStartPoint = from.gpStartPoint; gpEndPoint = from.gpEndPoint; dPipeHeight = from.dPipeHeight; cirStart = from.cirStart; cirEnd = from.cirEnd; TextString = from.TextString; NumSides = from.NumSides; Radius = from.Radius; TextStyle = from.TextStyle; TextHeight = from.TextHeight; }