Gets or sets whether you can set the target point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TargetPointBySelection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICamera
Dim value As Boolean
instance.TargetPointBySelection = value
value = instance.TargetPointBySelection
|
C# | |
---|
bool TargetPointBySelection {get; set;} |
C++/CLI | |
---|
property bool TargetPointBySelection {
bool get();
void set (bool value);
} |
Return Value
True if you can set the target point, false if not
See Also
Availability
SolidWorks 2007 SP1, Revision Number 15