PromptEntityOptionsRemoveAllowedClass Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public void RemoveAllowedClass(
Type type
)
Public Sub RemoveAllowedClass (
type As Type
)
public:
void RemoveAllowedClass(
Type^ type
)
member RemoveAllowedClass :
type : Type -> unit
Parameters
- type Type
-
See Also