Drawing and Layout Methods

This page discusses:

DrwDetail.GetDetailChildrenList()

Signature

DrwDetail.GetDetailChildrenList(ChildrenList : List, ChildType : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
ChildrenList In/Out List -
ChildType In String -

ReturnType

Boolean

DrwDetail.GetDetailModifiableTexts()

Signature

DrwDetail.GetDetailModifiableTexts(ModifiableTexts : List) : Boolean

Arguments

Name Input/Output Required? Type Comment
ModifiableTexts In/Out List -

ReturnType

Boolean

DrwDitto.ExposeDetail()

Signature

DrwDitto.ExposeDetail(DetailSheet : DrwSheet) : Boolean

Arguments

Name Input/Output Required? Type Comment
DetailSheet In DrwSheet -

ReturnType

Boolean

DrwDitto.GetDetail()

Signature

DrwDitto.GetDetail(Detail : DrwDetail) : Boolean

Arguments

Name Input/Output Required? Type Comment
Detail Out DrwDetail -

ReturnType

Boolean

DrwDitto.GetDittoModifiableTexts()

Signature

DrwDitto.GetDittoModifiableTexts(ModifiableTexts : List) : Boolean

Arguments

Name Input/Output Required? Type Comment
ModifiableTexts In/Out List -

ReturnType

Boolean

DrwDitto.GetLocation()

Signature

DrwDitto.GetLocation(X : LENGTH, Y : LENGTH) : Boolean

Arguments

Name Input/Output Required? Type Comment
X Out LENGTH -
Y Out LENGTH -

ReturnType

Boolean

DrwDitto.SetLocation()

Signature

DrwDitto.SetLocation(X : LENGTH, Y : LENGTH) : Boolean

Arguments

Name Input/Output Required? Type Comment
X In LENGTH -
Y In LENGTH -

ReturnType

Boolean

DrwDrawing.GetStandard()

Signature

DrwDrawing.GetStandard(StandardName : String, StandardParentName : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
StandardName Out String -
StandardParentName Out String -

ReturnType

Boolean

DrwDrawing.SetStandard()

Signature

DrwDrawing.SetStandard(StandardName : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
StandardName In String -

ReturnType

Boolean

DrwSheet.GetFormatName()

Signature

DrwSheet.GetFormatName(FormatName : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
FormatName Out String -

ReturnType

Boolean

DrwSheet.SetFormatName()

Signature

DrwSheet.SetFormatName(FormatName : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
FormatName In String -

ReturnType

Boolean

DrwView.ConvertViewPointToSheetPoint()

Signature

DrwView.ConvertViewPointToSheetPoint(x : Real, y : Real) : Boolean

Arguments

Name Input/Output Required? Type Comment
x In/Out Real -
y In/Out Real -

ReturnType

Boolean

DrwView.GetASDView()

Signature

DrwView.GetASDView(oASDView : ASDView) : Boolean

Arguments

Name Input/Output Required? Type Comment
oASDView Out ASDView -

ReturnType

Boolean

DrwView.GetLookingDirection()

Signature

DrwView.GetLookingDirection() : String

ReturnType

String

Example

      

DrwView.GetViewChildrenList()

Signature

DrwView.GetViewChildrenList(ChildrenList : List, ChildType : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
ChildrenList In/Out List -
ChildType In String -

ReturnType

Boolean

DrwView.GetViewText()

Signature

DrwView.GetViewText(ViewText : DrwObject) : Boolean

Arguments

Name Input/Output Required? Type Comment
ViewText Out DrwObject -

ReturnType

Boolean