SoLDMGeomElementIsFullyTransparent Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsFullyTransparent(
double min,
double max
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsFullyTransparent (
min As Double,
max As Double
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsFullyTransparent(
double min,
double max
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsFullyTransparent :
min : float *
max : float -> bool
Parameters
- min
- Type: SystemDouble
- max
- Type: SystemDouble
Return Value
Type:
Boolean
Remarks
See Also