PointFilterEventArgsContext Property
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public InputPointContext Context { get; }
Public ReadOnly Property Context As InputPointContext
Get
public:
property InputPointContext^ Context {
InputPointContext^ get ();
}
member Context : InputPointContext with get
Property Value
InputPointContext
See Also