SoConverterParametersSetBorder Method (Int32) |
Note: This API is now obsolete.
Returns true if parameter is valid, else returns false.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool SetBorder(
int border
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function SetBorder (
border As Integer
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool SetBorder(
int border
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetBorder :
border : int -> bool
Parameters
- border
- Type: SystemInt32
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer supported.
See Also