Click or drag to resize

AddCommandOutput Property

Returns created sub-feature, in case of Pitch with line, the list of Pitch lines is returned

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Property Output As McCommandOutputArgument(Of Object)
	Get
	Set

Property Value

Type: McCommandOutputArgumentObject

Return Value

Type: McCommandOutputArgumentObject
Remarks
Creating simple measurements (Line,Point) returns the created sub-feature. Creating complex measurements, such as Best-Fit circle or Best-Fit Line returns the main sub-feature. When Pitch with Line is created the list of pitch lines is returned.
See Also