DeleteLightSource Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::DeleteLightSource.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteLightSource( _
ByVal ID As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim ID As System.Integer
instance.DeleteLightSource(ID) |
C# | |
---|
void DeleteLightSource(
System.int ID
) |
C++/CLI | |
---|
void DeleteLightSource(
& System.int ID
) |
Parameters
- ID
-
See Also