Setting |
Get/Set Methods |
Return Value or <Value> |
Comments |
Base balloons standard |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingDimensionStandard,
swUserPreferenceOption_e.swDetailingBalloon)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingDimensionStandard,
swUserPreferenceOption_e.swDetailingBalloon, swDetailingStandard_e.<Value>) |
See swDetailingStandard_e
for valid options |
Specifies the base balloons standard to use |
Leader style - Leader Style |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderLineStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderLineStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineStyles_e.<Value>) |
See swLineStyles_e
for valid options |
|
Leader style - Leader Thickness |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderLineThickness,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderLineThickness,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineWeights_e.<Value>) |
See swLineWeights_e
for valid options |
Specifies the default style of unattached dimension arrows |
Leader style - Custom thickness |
IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonLeaderLineThicknessCustom,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonLeaderLineThicknessCustom,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Double value |
Specifies custom thickness for balloon leader lines; sets Custom Thickness
to the specified thickness and
Leader Thickness to Custom Size |
Frame style - Frame Style |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonFrameLineStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonFrameLineStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineStyles_e
.<Value>) |
See swLineStyles_e
for valid options |
Specifies the length of the annotation bend leaders in a drawing document |
Frame style - Frame
Thickness |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonFrameLineThickness,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonFrameLineThickness,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineWeights_e.<Value>) |
See swLineWeights_e
for valid options |
|
Frame style - custom thickness |
IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonFrameLineThicknessCustom,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonFrameLineThicknessCustom,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Double value |
Specifies custom thickness for balloon frame lines; sets Custom Thickness
to the specified thickness and
Leader Thickness to Custom Size |
Text - Font... |
IModelDocExtension::GetUserPreferenceTextFormat(swUserPreferenceTextFormat_e.swDetailingBalloonTextFormat,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceTextFormat(swUserPreferenceTextFormat_e.swDetailingBalloonTextFormat,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
See ITextFormat
for valid font options |
To set font property values, implement ITextFormat, set the appropriate
ITextFormat member values, and pass the ITextFormat object in the API
set method |
Text - Upper |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMUpperText,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMUpperText,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonTextContent_e.<Value>) |
See swBalloonTextContent_e
for valid options |
Specifies the upper section of the text of BOM balloons |
Text - Upper - Custom property |
IModelDocExtension::GetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingBOMUpperCustomProperty,
swuserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingBOMUpperCustomProperty,
swuserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
String value |
|
Text - Lower |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMLowerText,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMLowerText,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonTextContent_e.<Value>) |
See swBalloonTextContent_e
for valid options |
Specifies the lower section of the text of BOM balloons |
Text - Lower - Custom property |
IModelDocExtension::GetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingBOMLowerCustomProperty,
swuserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingBOMLowerCustomProperty,
swuserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
String value |
|
Leader display - style |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBalloonLeaderStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLeaderStyle_e.<Value>) |
See swLeaderStyle_e
for valid options |
|
Leader display - Use document leader length |
IModelDocExtension::GetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBalloonUseBentLeaderLength,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBalloonUseBentLeaderLength,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Boolean value |
Specifies whether to use bent leaders for annotations |
Leader display - Leader length |
IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonBentLeaderLength,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBalloonBentLeaderLength,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Double value in meters |
Specifies length of the balloon bent leader |
Layer |
IModelDocExtension::GetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingLayer,
swuserPreferenceOption_e.swDetailingBalloon)
IModelDocExtension::SetUserPreferenceString(swUserPreferenceStringValue_e.swDetailingLayer,
swuserPreferenceOption_e.swDetailingBalloon, <Value>) |
String value |
Specifies the name of the layer to apply these settings to; this setting
is available only on drawings |
Single balloon - Style |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMBalloonStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMBalloonStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonStyle_e.<Value>) |
See swBalloonStyle_e
for valid options |
Specifies shape of single BOM balloon |
Single balloon - Size |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMBalloonFit,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMBalloonFit,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonFit_e.<Value>) |
See swBalloonFit_e
for valid options |
Specifies size of single BOM balloon |
Single balloon - Size - Custom size |
IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBOMBalloonCustomSize,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBOMBalloonCustomSize,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Double value |
Specifies the custom size of a single BOM balloon; sets the Size spin
box to the specified size and the Size dropdown to Custom Size |
Stacked balloons - Style |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMStackedBalloonStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMStackedBalloonStyle,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonStyle_e.<Value>) |
See swBalloonStyle_e
for valid options |
Specifies the shapes of stacked BOM balloons |
Stacked balloons - Size |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMStackedBalloonFit,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBOMStackedBalloonFit,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonFit_e.<Value>) |
See swBalloonFit_e
for valid options |
Specifies the sizes of stacked BOM balloons |
Stacked balloons - Size - Custom size |
IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBOMStackedBalloonCustomSize,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBOMStackedBalloonCustomSize,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
Double value |
Specifies the custom sizes of stacked BOM balloons; sets the Size spin
box to the specified size and the Size dropdown to Custom Size |
Auto balloon layout |
IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingAutoBalloonLayout,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingAutoBalloonLayout,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, swBalloonLayoutType_e.<Value>) |
See swBalloonLayoutType_e
for valid options |
Specifies default auto balloon layout |